home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / Events / Event Classes / High Level Events / HighLevelEvent.cp next >
Encoding:
Text File  |  1997-06-28  |  208 b   |  14 lines  |  [TEXT/CWIE]

  1. // HighLevelEvent.cp
  2.  
  3. #ifndef HighLevelEvent_h
  4. #include "HighLevelEvent.h"
  5. #endif
  6. #ifndef UserState_h
  7. #include "UserState.h"
  8. #endif
  9.  
  10. void HighLevelEvent::Respond() const
  11.   {
  12.     UserState::The().Announce();
  13.   }
  14.